home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / bbs / eazybbs / c / eazygetty.begin < prev    next >
AmigaDOS Script File  |  2000-01-01  |  387b  |  20 lines

  1. .KEY device/A,unit/A
  2. .BRA {
  3. .KET }
  4.  
  5. ; Give user enough time to quit terminal-program
  6. ; and to start his "uucico" (or whatsoever) to
  7. ; transfer UUCP files ...
  8. ;
  9. Wait 25
  10.  
  11. ; Run "Getty" in background so that it keeps on
  12. ; running when this scripts ends ...
  13. ;
  14. Run Getty >NIL: -S{device} -U{unit} -A -B${EazyBaudModem} -7 -Md -c0 -r0
  15.  
  16. ; Wait a little bit for Getty to start up ...
  17. ;
  18. Wait 25
  19.  
  20.